home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000342_news@newsmaster….columbia.edu _Wed Nov 25 02:27:11 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA06546
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 25 Nov 1998 02:27:11 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA07881
  7.     for kermit.misc@watsun; Wed, 25 Nov 1998 02:27:10 -0500 (EST)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!wn3feed!worldnet.att.net!135.173.83.225!attworldnet!newsadm
  9. From: Parthasar Suresh <patsuresh@worldnet.att.net@postoffice.worldnet.att.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: (no subject)
  12. Date: 25 Nov 1998 07:14:51 GMT
  13. Organization: White KnightConsulting Services
  14. Lines: 18
  15. Message-ID: <73gapb$3n0@bgtnsc02.worldnet.att.net>
  16. NNTP-Posting-Host: 12.78.153.83
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 1.22ATT (Windows; U; 16bit)
  21. To: pat.suresh@gecapital.com
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:9549
  23.  
  24. I am trying to write a script to automate file transfer from a HP UNIX 
  25. host to a remote host (unknown). When I do this interactively everything 
  26. works. I am able to dial in,make a connection to  the remote host. escape 
  27. back to  my local c-kermit by doing Ctrl-\ and then c and then typing the 
  28. receive command at the local c-kermit prompt to do the file transfer.I 
  29. am  unable to do this in a script.
  30.  
  31. The remote  host prompts to escape  to  file transfer mode.
  32.  
  33. I do something like
  34. out \28\99  <--- I amtrying to replicate escaping to local kermit by using 
  35. the ascii characters for ctrl-\ and c.This does not work ?
  36.  
  37. I am  looking for help in replicating Ctrl-\ followedby a c in myscript.
  38.  
  39. Thanks foryour help.
  40. Pat Suresh
  41.